commit 8ec52dcb1cf3be497d928893c018767adf7b0492 parent 22672f381155b7d73819a0adadcfbab1b10070e6 Author: sin <sin@2f30.org> Date: Mon, 4 Mar 2013 13:20:43 +0000 memzap: -s option is not implemented, say so :) Diffstat:
M | memzap.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/memzap.c b/memzap.c @@ -45,6 +45,8 @@ main(int argc, char *argv[]) case 'l': len = strtoul(optarg, NULL, 10); break; + case 's': + errx(1, "-s option is unimplemented"); case '?': default: return 1;