Displaying 1 result from an estimated 1 matches for "40word".
2017 Aug 30
1
[PATCH] fish: add small documentation bit about format of URIs (RHBZ#1450325)
...syntax of
+L<RFC 3986|https://tools.ietf.org/html/rfc3986>: in particular, there
+are restrictions on the allowed characters for the various components
+of the URI. Characters such as C<:>, C<@>, and C</> B<must> be
+percent-encoded:
+
+ $ guestfish -a ssh://user:pass%40word@example.com/disk.img
+
+In this case, the password is C<pass@word>.
+
=head1 PROGRESS BARS
Some (not all) long-running commands send progress notification
--
2.13.5