[GRASS-SVN] r58822 - grass/trunk/db/db.login
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 1 07:53:22 PST 2014
Author: neteler
Date: 2014-02-01 07:53:22 -0800 (Sat, 01 Feb 2014)
New Revision: 58822
Modified:
grass/trunk/db/db.login/db.login.html
Log:
db.login manual: cosmetics
Modified: grass/trunk/db/db.login/db.login.html
===================================================================
--- grass/trunk/db/db.login/db.login.html 2014-02-01 15:04:41 UTC (rev 58821)
+++ grass/trunk/db/db.login/db.login.html 2014-02-01 15:53:22 UTC (rev 58822)
@@ -1,7 +1,7 @@
<h2>DESCRIPTION</h2>
-<em>db.login</em> sets user and optionally also password for
-connection to the selected <b>database</b> through DB <b>driver</b>.
+<em>db.login</em> sets the user name and optionally also a password for
+the connection to the selected <b>database</b> through the DB <b>driver</b>.
<h2>NOTE</h2>
@@ -14,24 +14,27 @@
<h2>EXAMPLES</h2>
-Username specified only:
+Only username specified (password will be interactively queried
+to remain invisible):
<div class="code"><pre>
db.login user=bacava
</pre></div>
-<p>Username and password specified (note that the command
+<p>
+Username and password specified (note that the command
lines history will store the password in this way):
<div class="code"><pre>
-db.login user=bacava pass=secret
+db.login user=bacava password=secret
</pre></div>
-<p>Username and empty password specified (note that the command
+<p>
+Username and empty password specified (note that the command
lines history will store the password in this way):
<div class="code"><pre>
-db.login user=bacava pass=""
+db.login user=bacava password=""
</pre></div>
<h2>SEE ALSO</h2>
More information about the grass-commit
mailing list