##// END OF EJS Templates
Fix help string of -g option for %history
Takafumi Arakaki -
Show More
@@ -80,7 +80,7 b' class HistoryMagics(Magics):'
80 @argument(
80 @argument(
81 '-g', dest='pattern', nargs='*', default=None,
81 '-g', dest='pattern', nargs='*', default=None,
82 help="""
82 help="""
83 treat the arg as a pattern to grep for in (full) history.
83 treat the arg as a glob pattern to search for in (full) history.
84 This includes the saved history (almost all commands ever written).
84 This includes the saved history (almost all commands ever written).
85 The pattern may contain '?' to match one unknown character and '*'
85 The pattern may contain '?' to match one unknown character and '*'
86 to match any number of unknown characters. Use '%%hist -g' to show
86 to match any number of unknown characters. Use '%%hist -g' to show
General Comments 0
You need to be logged in to leave comments. Login now