From db4dab09539cda30646e4be615b85c54e96f08e3 Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Sat, 1 May 2010 00:42:10 +0100 Subject: [PATCH] Correct the name of the program in usage(). --- dotfilemanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfilemanager.py b/dotfilemanager.py index f7874cf..4118b15 100755 --- a/dotfilemanager.py +++ b/dotfilemanager.py @@ -151,7 +151,7 @@ def link(from_dir,to_dir,report=False): def usage(): return """Usage: -makelinks link|tidy|report [FROM_DIR [TO_DIR]] +dotfilemanager link|tidy|report [FROM_DIR [TO_DIR]] Commands: link -- make symlinks in FROM_DIR to files and directories in TO_DIR