]> git.sur5r.net Git - gsconf/blobdiff - shell_sys.c
A bunch of fixes for various compiler warnings
[gsconf] / shell_sys.c
index d563670c9cad2e04ffcc5b9f64ef2447bdbc4b78..49f14437348fc054bf4651e351dcb78f5a6f1200 100644 (file)
@@ -3,10 +3,9 @@
 
 
 void shell_sys(char ** argv, int elem) {
-        int n, i, m, o;
         
         if (elem == 1) {
-                printf(" port [show|name|password|restart] \n");
+                printf(" sys [show|name|password|restart] \n");
                 return;
         }