summaryrefslogtreecommitdiffstats
path: root/fish/lcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'fish/lcd.c')
-rw-r--r--fish/lcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/lcd.c b/fish/lcd.c
index e631f21b..2679a490 100644
--- a/fish/lcd.c
+++ b/fish/lcd.c
@@ -28,7 +28,7 @@
/* guestfish lcd command (similar to the lcd command in BSD ftp) */
int
-do_lcd (const char *cmd, int argc, char *argv[])
+run_lcd (const char *cmd, int argc, char *argv[])
{
if (argc != 1) {
fprintf (stderr, _("use 'lcd directory' to change local directory\n"));