=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-save-buffer.c,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/tmux/cmd-save-buffer.c 2011/10/23 08:34:01 1.12 --- src/usr.bin/tmux/cmd-save-buffer.c 2012/03/21 19:16:07 1.13 *************** *** 1,4 **** ! /* $OpenBSD: cmd-save-buffer.c,v 1.12 2011/10/23 08:34:01 nicm Exp $ */ /* * Copyright (c) 2009 Tiago Cunha --- 1,4 ---- ! /* $OpenBSD: cmd-save-buffer.c,v 1.13 2012/03/21 19:16:07 nicm Exp $ */ /* * Copyright (c) 2009 Tiago Cunha *************** *** 33,39 **** const struct cmd_entry cmd_save_buffer_entry = { "save-buffer", "saveb", "ab:", 1, 1, ! "[-a] " CMD_BUFFER_USAGE, 0, NULL, NULL, --- 33,39 ---- const struct cmd_entry cmd_save_buffer_entry = { "save-buffer", "saveb", "ab:", 1, 1, ! "[-a] " CMD_BUFFER_USAGE " path", 0, NULL, NULL,