Merge pull request #852 from dequis/document-cat-seek

Document second parameter (seek position) of /cat command
This commit is contained in:
ailin-nemui 2018-03-10 13:11:39 +01:00 committed by GitHub
commit 575daf4af7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -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;