fix(cd): remove duplicated comment introducing the cd builtin

This commit is contained in:
Delapouite
2020-03-10 07:59:19 +01:00
committed by Johannes Altmanninger
parent 7fb3880b96
commit 4ba98b4d6c

View File

@@ -18,8 +18,6 @@
#include "proc.h"
#include "wutil.h" // IWYU pragma: keep
/// The cd builtin. Changes the current directory to the one specified or to $HOME if none is
/// specified. The directory can be relative to any directory in the CDPATH variable.
/// The cd builtin. Changes the current directory to the one specified or to $HOME if none is
/// specified. The directory can be relative to any directory in the CDPATH variable.
int builtin_cd(parser_t &parser, io_streams_t &streams, wchar_t **argv) {