瀏覽代碼

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

Sascha Zelzer 15 年之前
父節點
當前提交
d6bb5408df
共有 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 msg = "Usage: %1 <graphfile> [-paths Label]";
+  QString msg = "Usage: %1 <graphfile> [-paths Label | -sort Label]";
   return msg.arg(progName);
 }