diff options
author | dequis <dx@dxzone.com.ar> | 2018-02-16 10:09:48 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2018-02-16 10:09:48 -0300 |
commit | 097a9f4988333b1d445ba70df006da6ef26bfaa9 (patch) | |
tree | c02c23dbfd1dc139b535e1dd8d591c4ddbe1dce6 /src/fe-common | |
parent | ad4324d24210f30646575b8bcbae8b50d2149224 (diff) | |
download | irssi-097a9f4988333b1d445ba70df006da6ef26bfaa9.zip |
Document second parameter (seek position) of /cat command
Diffstat (limited to 'src/fe-common')
-rw-r--r-- | src/fe-common/core/fe-core-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-common/core/fe-core-commands.c b/src/fe-common/core/fe-core-commands.c index fb98cc25..222543d5 100644 --- a/src/fe-common/core/fe-core-commands.c +++ b/src/fe-common/core/fe-core-commands.c @@ -114,7 +114,7 @@ static void cmd_version(char *data) } } -/* SYNTAX: CAT <file> */ +/* SYNTAX: CAT <file> [<seek position>] */ static void cmd_cat(const char *data) { char *fname, *fposstr; |