From 74af43cb45c251b746a24f76001f2fb6c30d07e5 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Fri, 4 Jun 2010 00:31:19 +0200 Subject: ryrestore: fixed usage --- ryrestore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ryrestore.py') diff --git a/ryrestore.py b/ryrestore.py index 9577a39..7eee594 100755 --- a/ryrestore.py +++ b/ryrestore.py @@ -60,7 +60,7 @@ def restore(source, destination): # Backup restore procedure def main(): - usage = "Usage: %s {file|directory}" % path.split(argv[0])[1] + usage = "Usage: %s {path}" % path.split(argv[0])[1] if getuid() != 0: raise SystemExit("Error: super user privileges required") -- cgit v1.2.3