You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument('-r', '--recursive', dest='recursion_depth', type=int, nargs='?', action='store', default=0, const=sys.maxsize, help='recursion depth (default is no recursion)')
719
-
parser.add_argument('-S', '--summary', dest='summary', action='store_true', default=False, help='display summary output for HDF5 file (default is not to displat summary)')
724
+
parser.add_argument('-S', '--summary', dest='summary', action='store_true', default=False, help='display summary output for HDF5 file (default is not to display summary)')
720
725
parser.add_argument('-H', '--headers', dest='headers', action='store_true', default=False, help='display file headers for HDF5 file (default is not to display headers)')
721
726
parser.add_argument('-C', '--contents', dest='contents', type=int, nargs='?', action='store', default=0, const=sys.maxsize, help='display file contents for HDF5 file: argument is number of entries (+ve from top, -ve from bottom) (default is not to display contents)')
722
727
parser.add_argument('-s', '--stop-on-error', dest='stop_on_error', action='store_true', default=False, help='stop all copying if an error occurs (default is skip to next file and continue)')
0 commit comments