diff options
Diffstat (limited to 'rpkid/irbe_cli')
-rwxr-xr-x | rpkid/irbe_cli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rpkid/irbe_cli b/rpkid/irbe_cli index ab5e8dd4..9deac6d6 100755 --- a/rpkid/irbe_cli +++ b/rpkid/irbe_cli @@ -34,6 +34,9 @@ __doc__ = """ Command line IR back-end control program for rpkid and pubd. """ +# Command line processing of this program is too complex and +# idiosyncratic to be worth trying to reimplement using argparse. + import sys import getopt import textwrap |