Command line display now includes name of program

Change-Id: I0d20924c3b3de24d88f7524693dc997231e92023
diff --git a/tools/resampler_tools/fir.cpp b/tools/resampler_tools/fir.cpp
index 264382f..6581328 100644
--- a/tools/resampler_tools/fir.cpp
+++ b/tools/resampler_tools/fir.cpp
@@ -231,7 +231,7 @@
     // generate the right half of the filter
     if (!debug) {
         printf("// cmd-line: ");
-        for (int i=1 ; i<argc ; i++) {
+        for (int i=0 ; i<argc ; i++) {
             printf("%s ", argv[i]);
         }
         printf("\n");