mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-23 08:45:16 +01:00
Fix mis-alignment in example queries
This commit is contained in:
parent
65405b868f
commit
ba769ec700
@ -11,7 +11,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var EXAMPLE_QUERIES string = `Example queries:
|
var EXAMPLE_QUERIES string = `Example queries:
|
||||||
'hishtory SUBCOMMAND apt-get' # Find shell commands containing 'apt-get'
|
'hishtory SUBCOMMAND apt-get' # Find shell commands containing 'apt-get'
|
||||||
'hishtory SUBCOMMAND apt-get install' # Find shell commands containing 'apt-get' and 'install'
|
'hishtory SUBCOMMAND apt-get install' # Find shell commands containing 'apt-get' and 'install'
|
||||||
'hishtory SUBCOMMAND curl cwd:/tmp/' # Find shell commands containing 'curl' run in '/tmp/'
|
'hishtory SUBCOMMAND curl cwd:/tmp/' # Find shell commands containing 'curl' run in '/tmp/'
|
||||||
'hishtory SUBCOMMAND curl user:david' # Find shell commands containing 'curl' run by 'david'
|
'hishtory SUBCOMMAND curl user:david' # Find shell commands containing 'curl' run by 'david'
|
||||||
|
Loading…
Reference in New Issue
Block a user