summaryrefslogtreecommitdiff
path: root/lib/resolve_path.cpp
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:27:07 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:27:07 +0200
commitf7e68b9c12f4657d7ecc341483285efbf5b171a6 (patch)
tree5f0821b3947eeaa8f25f24ccb5586fbb541904aa /lib/resolve_path.cpp
parent5.19 (diff)
downloadFreeFileSync-f7e68b9c12f4657d7ecc341483285efbf5b171a6.tar.gz
FreeFileSync-f7e68b9c12f4657d7ecc341483285efbf5b171a6.tar.bz2
FreeFileSync-f7e68b9c12f4657d7ecc341483285efbf5b171a6.zip
5.20
Diffstat (limited to 'lib/resolve_path.cpp')
-rw-r--r--lib/resolve_path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/resolve_path.cpp b/lib/resolve_path.cpp
index daa99d2a..f4049590 100644
--- a/lib/resolve_path.cpp
+++ b/lib/resolve_path.cpp
@@ -598,7 +598,7 @@ void zen::loginNetworkShare(const Zstring& dirnameOrig, bool allowUserInteractio
user account: <Domain>\<user> e.g. WIN-XP\ZenJu
network share: \\<server>\<share> e.g. \\WIN-XP\test
- Windows Command Line:
+ Windows Command Line:
- list *all* active network connections, including deviceless ones which are hidden in Explorer:
net use
- delete active connection:
bgstack15