Added new options --no-mode, --no-owner and --no-time.

This commit is contained in:
Markus F.X.J. Oberhumer
2007-06-19 15:14:12 +02:00
parent fd7dbe5bd9
commit 1f1744a49a
4 changed files with 40 additions and 9 deletions
+3
View File
@@ -69,6 +69,9 @@ struct options_t {
bool no_env;
bool no_progress;
const char *output_name;
bool preserve_mode;
bool preserve_ownership;
bool preserve_timestamp;
int small;
int verbose;
bool to_stdout;