mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Document second parameter (seek position) of /cat command
This commit is contained in:
parent
ad4324d242
commit
097a9f4988
2 changed files with 6 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue