[sysadmin-bin] ftpadmin: add notify subcommand



commit 54478c700957f0bc34ddb4f7717440e091b26246
Author: Olav Vitters <olav vitters nl>
Date:   Tue Apr 26 23:07:58 2011 +0200

    ftpadmin: add notify subcommand

 ftpadmin |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ftpadmin b/ftpadmin
index 95df3fa..72af95e 100755
--- a/ftpadmin
+++ b/ftpadmin
@@ -1545,7 +1545,7 @@ def main():
         func=cmd_install, clobber=False, unattended=False, section=DEFAULT_SECTION
     )
     #   notify
-    subparser = subparsers.add_parser('notify', help='notify new release' % BasicInfo.URLROOT)
+    subparser = subparsers.add_parser('notify', help='notify new release')
     subparser.add_argument('tarball', nargs='+', help='Tarball(s) to notify')
     subparser.add_argument("-s", "--section", choices=SECTIONS)
     subparser.set_defaults(func=cmd_notify, section=DEFAULT_SECTION)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]