Commit 6389023
committed
Add usage to modify command
This commit adds the usage line from the manpage to the modify
command for quick reference when called without parameters:
```
$ timew modify
Usage: timew modify ( start | end ) <id> <date>
Must specify start|end command to modify. See 'timew help modify'.
```
This makes it faster than looking up the syntax in the manpage and
helps build faster memory of syntax for users.
Signed-off-by: Pat David <[email protected]>1 parent 35dc22c commit 6389023
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments