Explorar o código

STYLE: DGraph: added the -sort argument to the help message

Sascha Zelzer %!s(int64=15) %!d(string=hai) anos
pai
achega
e3598792ed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Utilities/DGraph/DGraph.cpp

+ 1 - 1
Utilities/DGraph/DGraph.cpp

@@ -35,7 +35,7 @@
 //----------------------------------------------------------------------------
 QString help(const QString& progName)
 {
-  QString msg = "Usage: %1 <graphfile> [-paths Label]";
+  QString msg = "Usage: %1 <graphfile> [-paths Label | -sort Label]";
   return msg.arg(progName);
 }