From 74481b1c31b0db3522a580e5971e48051c698c3c Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Tue, 28 Jun 2016 18:19:06 -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 a0a692f7..870d2c55 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 user '~User' 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.