Преглед изворни кода

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

Sascha Zelzer пре 15 година
родитељ
комит
e3598792ed
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Utilities/DGraph/DGraph.cpp

+ 1 - 1
Utilities/DGraph/DGraph.cpp

@@ -35,7 +35,7 @@
 //----------------------------------------------------------------------------
 //----------------------------------------------------------------------------
 QString help(const QString& progName)
 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);
   return msg.arg(progName);
 }
 }