소스 검색

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 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);
 }
 }