diff --git a/utils/rm.cpp b/utils/rm.cpp index 29ff43dd..0ae402c9 100644 --- a/utils/rm.cpp +++ b/utils/rm.cpp @@ -5,7 +5,7 @@ int main(int argc, char* argv[]) { - if ( argc < 2 ) { printf("usage: %s ...\n"); return 0; } + if ( argc < 2 ) { printf("usage: %s ...\n", argv[0]); return 0; } int result = 0;