chore: swaps out a %q for '%s' for glob-sep flags
This commit is contained in:
parent
0114b01fb3
commit
ba93931c33
8 changed files with 12 additions and 12 deletions
4
testdata/help__restore__ok.ct
vendored
4
testdata/help__restore__ok.ct
vendored
|
|
@ -12,7 +12,7 @@ Flags:
|
|||
--drop Drop existing entries before restoring (full replace)
|
||||
-f, --file string Path to an NDJSON dump (defaults to stdin)
|
||||
-g, --glob strings Restore keys matching glob pattern (repeatable)
|
||||
--glob-sep string Characters treated as separators for globbing (default "/-_.@: ")
|
||||
--glob-sep string Characters treated as separators for globbing (default '/-_.@: ')
|
||||
-h, --help help for import
|
||||
-i, --interactive Prompt before overwriting existing keys
|
||||
Restore key/value pairs from an NDJSON dump
|
||||
|
|
@ -27,6 +27,6 @@ Flags:
|
|||
--drop Drop existing entries before restoring (full replace)
|
||||
-f, --file string Path to an NDJSON dump (defaults to stdin)
|
||||
-g, --glob strings Restore keys matching glob pattern (repeatable)
|
||||
--glob-sep string Characters treated as separators for globbing (default "/-_.@: ")
|
||||
--glob-sep string Characters treated as separators for globbing (default '/-_.@: ')
|
||||
-h, --help help for import
|
||||
-i, --interactive Prompt before overwriting existing keys
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue