From 0ae52b94353e524484cf82d33e35e3e8ca9e12c0 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 17 May 2016 00:38:51 -0700 Subject: [PATCH] [doc] make note of how description is used --- SabreHelper/Build.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SabreHelper/Build.cs b/SabreHelper/Build.cs index 730a5a9c..b3b73a91 100644 --- a/SabreHelper/Build.cs +++ b/SabreHelper/Build.cs @@ -125,8 +125,8 @@ Options: -b, --bare Don't include date in file name -u, --unzip Force unzipping in created DAT -o, --old Output DAT in CMP format instead of XML - -n=, --name= Set the name of the DAT - -d=, --desc= Set the description of the DAT + -n=, --name= Set the internal name of the DAT + -d=, --desc= Set the filename and description of the DAT -c=, --cat= Set the category of the DAT -v=, --version= Set the version of the DAT -au=, --author= Set the author of the DAT @@ -164,8 +164,8 @@ Options: -u, --unzip Force unzipping in created DAT -f, --files Treat archives as files -o, --old Output DAT in CMP format instead of XML - -n=, --name= Set the name of the DAT - -d=, --desc= Set the description of the DAT + -n=, --name= Set the internal name of the DAT + -d=, --desc= Set the filename and description of the DAT -c=, --cat= Set the category of the DAT -v=, --version= Set the version of the DAT -au=, --author= Set the author of the DAT