diff --git a/README.md b/README.md index 702aa5e..9b5faf8 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,6 @@ distributed systems programming ▬▬▬ kierkegaard ▬▬▬▬▬▬▬ steno ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ weekly repo - -(tip: use `prac list --cumulative` to see cumulative hours tracked, are we 10000 yet?) ``` > As time elapses through the weekly repo's period, the bar will fill. @@ -41,6 +39,8 @@ Looks like I haven't done steno in a while... when I get stuck with whatever I'm When I'm done, I'll ```prac log steno 30 minutes``` to reset the bar and track time, and ```prac notes steno``` to make some notes with `$EDITOR` on my progress. +(tip: use `prac list --cumulative` to see cumulative hours logged, are we 10000 yet?) + Be sure to explore `prac help` and `prac help ` for more. ### Motivation, problem, and solution(?) diff --git a/src/main.rs b/src/main.rs index add84dc..e8fa6a7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -16,8 +16,6 @@ //! kierkegaard ▬▬▬▬▬▬▬ //! steno ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ //! weekly repo -//! -//! (tip: use `prac list --cumulative` to see cumulative hours tracked, are we 10000 yet?) //! ``` //! > As time elapses through the weekly repo's period, the bar will fill. //! @@ -25,6 +23,8 @@ //! //! When I'm done, I'll ```prac log steno 30 minutes``` to reset the bar and track time, and ```prac notes steno``` to make some notes with `$EDITOR` on my progress. //! +//! (tip: use `prac list --cumulative` to see cumulative hours logged, are we 10000 yet?) +//! //! Be sure to explore `prac help` and `prac help ` for more. //! //! # Motivation, problem, and solution(?)