summaryrefslogtreecommitdiff
path: root/getopt/Arg.cs
diff options
context:
space:
mode:
Diffstat (limited to 'getopt/Arg.cs')
-rw-r--r--getopt/Arg.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/getopt/Arg.cs b/getopt/Arg.cs
index 0b86cad..30705ee 100644
--- a/getopt/Arg.cs
+++ b/getopt/Arg.cs
@@ -10,6 +10,6 @@ namespace Gnu
public char Flag;
public bool TakesParameter = false;
- public string Parameter = "";
+ public string Parameter = string.Empty;
}
}