diff options
author | James Booth <boothj5@gmail.com> | 2015-01-28 20:59:25 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-01-28 20:59:25 +0000 |
commit | 5b26879e3137c833baf393878d955420360b8edb (patch) | |
tree | 806a4f9716a60e5d4690021de9708d01d76962bb /src | |
parent | 351ff752a7b11408e62f00cb8b5778a58e8fdda7 (diff) | |
download | profani-tty-5b26879e3137c833baf393878d955420360b8edb.tar.gz |
Updated /wrap help
Diffstat (limited to 'src')
-rw-r--r-- | src/command/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c index f1926dbb..7be6603d 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -615,7 +615,7 @@ static struct cmd_t command_defs[] = { "/wrap on|off", "Word wrapping.", { "/wrap on|off", "------------", - "Enable or disable word wrapping.", + "Enable or disable word wrapping in the main window.", NULL } } }, { "/time", |