diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-09-07 14:53:19 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-09-07 14:53:19 (GMT) |
commit | e39ec8cfc69936810da41fc0b2bff5ebe0609294 (patch) | |
tree | 722f7d551c481de37a9fb6611d899e8a0e6c6e40 /doc/zipfs.n | |
parent | 5a67846a1bca5cfd90804116cad4e7cb13d7fec3 (diff) | |
download | tcl-e39ec8cfc69936810da41fc0b2bff5ebe0609294.zip tcl-e39ec8cfc69936810da41fc0b2bff5ebe0609294.tar.gz tcl-e39ec8cfc69936810da41fc0b2bff5ebe0609294.tar.bz2 |
More patches from juliannoble2. Thanks!
Diffstat (limited to 'doc/zipfs.n')
-rw-r--r-- | doc/zipfs.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/zipfs.n b/doc/zipfs.n index 1e6ddad..b39e82a 100644 --- a/doc/zipfs.n +++ b/doc/zipfs.n @@ -192,7 +192,7 @@ set base [file join [\fBzipfs root\fR] myApp] source [file join $base app.tcl] # use the contents, load libraries from it, etc... -\fBzipfs unmount\fR $zip +\fBzipfs unmount\fR $base .CE .PP Creating a ZIP archive, given that a directory exists containing the content |