Bugzilla – Bug 1854
grid-cert-info help message is missing a word
Last modified: 2008-08-11 14:54:56
You need to log in before you can comment on or make changes to this bug.
The text in long_usage() has the line: -- The location pointed to by the $X509_USER_CERT. There should not be a dollar, since you are referring to the name of the variable, not the value. I'll fix in CVS.
Fixed in branch and trunk.
The wording "the X509_USER_CERT" seems clumsy. It would also be clearer, in my opinion, to refer to the $HOME rather than printing the user's home directory. The current wording is: -- The location pointed to by the X509_USER_CERT. -- If X509_USER_CERT not set, $HOME/.globus/usercert.pem. I suggest the following: -- The location pointed to by \$X509_USER_CERT -- If \$X509_USER_CERT not set, \$HOME/.globus/usercert.pem (I've also deleted the trailing periods, which could be seen as part of the filename.)
Of course I meant "the $HOME environment variable", not "the $HOME".