From 9f33b10a80e50579ade181b1ca515bf48779d74a Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Mon, 9 Sep 2019 23:48:42 -0700 Subject: [PATCH] Updated usage information for `neddis`. --- neddis/neddis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neddis/neddis.c b/neddis/neddis.c index 957c56b..c1fca70 100644 --- a/neddis/neddis.c +++ b/neddis/neddis.c @@ -60,7 +60,7 @@ void print_usage(char ** argv) { printf( "NED Disassembler v%d (www.subgeniuskitty.com)\n" - "Usage: %s -i \n" + "Usage: %s -i [-l] [-s]\n" " -h Help (prints this message)\n" " -i Specify a binary image file to disassemble.\n" " -s Print summary of information in a.out exec header.\n" -- 2.20.1