Skip to content

Commit

Permalink
made root argument optional, as it is
Browse files Browse the repository at this point in the history
  • Loading branch information
mralexgray committed Feb 3, 2015
1 parent ea05add commit 8f30bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ctl/asepsisctl
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ Commands:
Helper commands:
neton Enables DS_Store files on network volumes.
netoff Disables ... (http://support.apple.com/kb/ht1629).
migratein <path> Migrates .DS_Store files in <path> into #{PREFIX_PATH}. (Cleanup)
migrateout <path> Migrates .DS_Store files back to <path> from #{PREFIX_PATH}. (Restore)
migratein [root] Migrates .DS_Store files located within [root] into -> #{PREFIX_PATH}. (Cleanup)
migrateout [root] Migrates .DS_Store files originally within [root] back from <- #{PREFIX_PATH}. (Restore)
prune Removes empty directories from #{PREFIX_PATH}.
clean Deletes all content from #{PREFIX_PATH}.
Expand Down

0 comments on commit 8f30bb6

Please sign in to comment.