From aa9cd3f1ca82c456925febcd372ddac0717dc188 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Tue, 28 Jun 2016 18:12:02 -0700 Subject: [PATCH] Correct documentation --- src/whatsnew.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/whatsnew.txt b/src/whatsnew.txt index 69594eac..a0a692f7 100644 --- a/src/whatsnew.txt +++ b/src/whatsnew.txt @@ -64,7 +64,7 @@ Added argument to `gam signature` and `gam vacation` to allow pa `gam vacation subject (message )|(file [charset ]) (replace )* [contactsonly] [domainonly] [startdate ] [enddate ]` This is especially useful with CSV files. -`gam csv Users.csv gam signature file SignatureTemplate.txt replace '#User#' '~User' replace '#Title#' '~Title'` +`gam csv Users.csv gam user '~User' signature file SignatureTemplate.txt replace '#User#' '~User' replace '#Title#' '~Title'` Changed `gam print admins` to include 'id:' in OrgUnitID column as with other `gam print` commands.