/usr/share/pyshared/SCRIBES/Usage.py is in scribes 0.4~r543-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | def help():
from i18n import msg0124, msg0125, msg0126, msg0127, msg0128
from i18n import msg0129, msg0130
print msg0124
print
print msg0125
print
print msg0126
print
print "\t-h, --help\t" + msg0127
print "\t-v, --version\t" + msg0128
print "\t-n, --newfile\t" + msg0129
print "\t-i, --info\t" + msg0130
print
print "http://scribes.sourceforge.net/"
return
|