changeset 430:e34c8bd6ea29

Actually handle "-n" argument to lwar correctly Thank you to David Flamand <dlflamand@gmail.com> for pointing out that you need to update every reference to an option when you change it....
author William Astle <lost@l-w.ca>
date Wed, 16 Nov 2016 10:14:06 -0700
parents 92cabf300986
children 6df8d62302e2
files lwar/main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lwar/main.c	Tue Nov 15 22:04:42 2016 -0700
+++ b/lwar/main.c	Wed Nov 16 10:14:06 2016 -0700
@@ -52,7 +52,7 @@
 		debug_level++;
 		break;
 	
-	case 'f':
+	case 'n':
 		// filename only, no path
 		filename_flag++;
 		break;