Skip to content

Commit

Permalink
update documentation on show command to make it clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoiron committed Mar 10, 2013
1 parent 677ef45 commit bb96439
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -14,8 +14,8 @@ by a command and then arguments related to that command:

add <file> - add a file to management directory
rm <file> - remove file from management directory
show - show what files, if any, are added under cm
list - list all files under cm
show [path] - show what files in path are under cm (default: CWD)
list - list all files under cm (show "/")
diff [file] - show diff between files under cm
sync [all] - sync cm overlay to cwd, or / if "all"
pkg [subcmd...] - package management subcommand
Expand Down
6 changes: 3 additions & 3 deletions cm.go
Expand Up @@ -19,8 +19,8 @@ by a command and then arguments related to that command:
add <file> - add a file to management directory
rm <file> - remove file from management directory
show - show what files, if any, are added under cm
list - list all files under cm
show [path] - show what files in path are under cm (default: CWD)
list - list all files under cm (show "/")
diff [file] - show diff between files under cm
sync [all] - sync cm overlay to cwd, or / if "all"
pkg [subcmd...] - package management subcommand
Expand All @@ -41,7 +41,7 @@ Valid commands:
add <file> - add a file to management directory
rm <file> - remove file from management directory
show - show what files, if any, are added under cm
show [path] - show what files in path are under cm (default: CWD)
diff [file] - show diff between files under cm
sync [all] - sync cm overlay to cwd, or / if "all"
pkg add <name> - add package to management list
Expand Down

0 comments on commit bb96439

Please sign in to comment.